| Post | addPet Add a new pet to the store |
| Delete | deletePet Deletes a pet |
| Get | findPetsByStatus Finds Pets by status |
| Get | findPetsByTags Finds Pets by tags |
| Get | getPetById Find pet by ID |
| Put | updatePet Update an existing pet |
| Post | updatePetWithForm Updates a pet in the store with form data |
| Post | uploadFile uploads an image |